Etsy Email & Contact Extractor avatar

Etsy Email & Contact Extractor

Pricing

from $7.50 / 1,000 results

Go to Apify Store
Etsy Email & Contact Extractor

Etsy Email & Contact Extractor

Extract public contact details from Etsy shops: Instagram, Facebook, Pinterest, TikTok, websites, and published emails. Search by keyword or supply shop names. Built for legitimate seller outreach, supplier discovery, and partnership research. No API key or login required.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

axly

axly

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Etsy Email & Contact Extractor — Social Links, Websites & Emails

Build outreach and partnership lists from Etsy shops. Search by keyword or supply specific shop names, and the actor returns each shop's public contact footprint: social media profiles, external website, and any email addresses the seller has published in their shop story or announcement — plus sales volume, location, and rating for qualification. No API key, no Etsy login required.

Built for legitimate seller outreach, supplier discovery, and influencer/partnership research. Only publicly available data is returned. Always respect Etsy's Terms of Service and anti-spam laws (CAN-SPAM, GDPR).

What Data You Get

FieldDescription
shop_id, shop_name, shop_urlShop identity and link
seller_name, headlineSeller name and shop tagline
location, country_codeWhere the shop is based
sold_countLifetime sales (qualification signal)
active_listing_countCatalog size
average_ratingShop rating
is_businessWhether the shop is a registered business
emailsPublic emails found in the shop story/announcement
websiteExternal website the seller links to
social_links{instagram, facebook, pinterest, twitter, tiktok, youtube}
has_contactTrue if any social link, website, or email was found
source_keyword, scraped_atProvenance

Use Cases

  • Supplier discovery — print-on-demand and wholesale suppliers finding makers.
  • Influencer & partnership research — find high-volume shops to collaborate with.
  • Agency lead gen — build qualified seller lists for marketing services.
  • Market mapping — see which sellers in a niche have a social presence.

How to Use

  1. Enter a Search Query (e.g. handmade leather) and/or Shop Names.
  2. Set the Maximum Shops limit.
  3. Optionally enable Only Shops With Contact Info to filter empties.
  4. Run.

Example Input

{
"searchQuery": "handmade leather",
"shopNames": [],
"limit": 50,
"requireContact": true
}

Example Output

{
"shop_id": 12345,
"shop_name": "HandmadeLeatherCase",
"shop_url": "https://www.etsy.com/shop/HandmadeLeatherCase",
"seller_name": "John",
"location": "Istanbul, Turkey",
"country_code": "TR",
"sold_count": 11820,
"active_listing_count": 240,
"average_rating": 4.8,
"is_business": false,
"emails": ["hello@example.com"],
"website": "http://www.handmadeleather.gr",
"social_links": {
"instagram": "https://www.instagram.com/leather_cases_/",
"facebook": "https://fb.me/HandmadeLeatherCases"
},
"has_contact": true,
"source_keyword": "handmade leather",
"scraped_at": "2026-06-09T00:00:00Z"
}

Pricing

Pay Per Event — billed per shop row returned. Use Only Shops With Contact Info to pay only for shops that actually have a reachable channel.

Scheduling & Automation

Pipe new leads straight into your CRM or sheet:

  1. Open your run → Schedule tab and set a CRON expression.
  2. Add a webhook to POST results to your CRM, Google Sheet, or Zapier.
POST https://api.apify.com/v2/acts/axlymxp~etsy-email-contact-extractor/runs
Authorization: Bearer YOUR_API_TOKEN

Use with AI Agents (MCP)

Available on Apify's MCP Server — connect to Claude or ChatGPT to assemble and qualify outreach lists conversationally.

FAQ

Does every shop have an email? No. Many sellers only publish social links or a website. has_contact tells you which rows have at least one reachable channel; emails appear only when the seller has published one publicly.

Where does the data come from? Etsy's public shop search and listing pages — the same info any visitor can see.

Do I need an Etsy API key? No.

Is this for sending spam? No. It is intended for legitimate, consent-aware outreach and research. You are responsible for complying with anti-spam and privacy laws.